home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 020a / cmcopy.zip / CMCOPY.DOC < prev    next >
Text File  |  1993-04-10  |  5KB  |  102 lines

  1.  
  2.  
  3.      CMCopy: A Program for Making Multiple Diskette Copies
  4.                         by Charles F. Martin
  5.  
  6.      Usage:
  7.  
  8.           CMCopy first reads a disk from either floppy drive A or B, as
  9.           chosen by the user, and makes an image of it on hard drive C.  It
  10.           then asks you how many copies you wish to make, and whether you want
  11.           to verify each track after it is written.  (During "verification"in
  12.           CMCopy, the disk drive reads the track it just wrote, calculates a
  13.           CRC -- "cyclic redundancy check" --  and compares it with that
  14.           recorded on the disk during the write operation.  Modern diskette
  15.           drives are so reliable that this extra step is not really necessary,
  16.           unless the copy is so valuable that you want a small amount of extra
  17.           assurance that it is exactly correct.)
  18.  
  19.      Running:
  20.  
  21.           At the DOS system prompt, just type CMCopy.  You will be shown an
  22.           opening screen that may be cleared with a single keystroke.  CMCopy
  23.           then asks you to press the letter, A or B, corresponding to the
  24.           drive you want to read from, to insert the master disk into the
  25.           drive, and press <Rtn>.  CMCopy will then read the disk, first
  26.           determining and informing you what disk format it is.
  27.  
  28.           After successfully reading the master disk, CMCopy will ask how
  29.           many copies you wish to make, and offer a "default" value of 10.
  30.           Adjust the default value of 10 using the "+" and "-" keys, and, when
  31.           the number is correct, press <Rtn>.  (If you don't know how many
  32.           copies you want to make, or you enter a wrong value, don't worry.
  33.           After each copy, CMCopy gives you the option of inseting another
  34.           blank disk and pressing <Rtn> to start the next copy, or pressing
  35.           <Esc> to terminate this run of copies.)
  36.  
  37.           After a run of copies, CMCopy first offers you the option of making
  38.           more copies of the same master disk, and, if no more are desired, of
  39.           reading a new master from either drive.  Answering N to both
  40.           questions leaves the program.
  41.  
  42.      Automatic Formatting:
  43.  
  44.           CMCopy determines whether the blank disk being copied to is already
  45.           formatted in the format of the master disk, and performs the format
  46.           if required.  FOR 3.5" DISKETTES, there is a hole in the diskette in
  47.           the corner adjacent to the movabale write-protect slide if the
  48.           diskette is capable of high-density (1.44Mb) format, and no hole if
  49.           it is 720kb.  The case style of the blanks to be copied MUST MATCH
  50.           the case style of the master disk, or format errors will occur.
  51.  
  52.      Error Detection:
  53.           CMCopy reports any error returned by the BIOS (Basic Input/Output
  54.           System) diskette services, and the operation during which the error
  55.           occurred.  The following is a listing of the errors the BIOS may
  56.           report, in hexadecimal format, as relayed by CMCopy.  It is
  57.           included here for completeness.  CMCopy will ask you if you want to
  58.           try another master if an error occurs during disk reading, and will
  59.           advise you not to use the copied disk if the error occurs during
  60.           disk format/write/verify:
  61.  
  62.                Error Code:      Error Description:
  63.                02h              Address mark not found
  64.                03h              Attempt to write on write-protected disk
  65.                04h              Sector not found
  66.                0Ch              Media type not found
  67.                20h              General controller failure
  68.                40h              Seek operation failed
  69.                80h              Timeout (no disk in drive)
  70.  
  71.           Errors 02h and 04h signify defective or unformatted media.  The only
  72.           error you will likely ever see is 80h, if you forget to put a disk
  73.           in the drive.
  74.  
  75.      Registration:
  76.  
  77.           CMCopy is distributed as Shareware.  It is not "freeware" or
  78.           public domain software, but is made available to you, the user, for
  79.           evaluation under the Shareware principle of "try before buy".
  80.  
  81.           If you use CMCopy regularly, you are requested to register your
  82.           copy.  Registration fee is $5.00, and may be remitted to:
  83.  
  84.                Charles F. Martin
  85.                NoVaSoft
  86.                3239 Riverview Dr.
  87.                Triangle, VA  22172-1421  USA
  88.  
  89.           Author may be contacted by telephone at (703) 221-1833 or 221-1471,
  90.           or by CompuServe E-mail [72130,1400].
  91.  
  92.           Charles F. Martin is a member of the Association  of Shareware
  93.           Professionals (ASP).  ASP wants to make sure that the shareware
  94.           principle works for you. If you are unable to resolve a shareware-
  95.           related problem with an ASP member by contacting the member
  96.           directly, ASP may be able to help. The ASP Ombudsman can help you
  97.           resolve a dispute or problem with an ASP member, but does not
  98.           provide technical support for members' products. Please write to the
  99.           ASP Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a
  100.           CompuServe message via CompuServe Mail to ASP Ombudsman 70007,3536.
  101.     
  102.